Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

Two fixes
~Tate Eljumiter 2.Nov.02 05:01 AM a Web browser
Notes Client 6.0 Windows 98


I ran into this just this week. After trying just about everything under the sun to fix it I came up with this....thanks to some deep analysis with the old R5 tool NotesPeak (man I love that thing). This is completely unsupported and only recommended if you know what you're doing with Notes Administrator and Notes Designer....however it does fix the problem. Maybe someone at Lotus would be kind enough to formalize this into something that happens at upgrade time.

The basic problem is a corrupt Archive Profile...to fix the problem you must delete and recreate the profile....here's how you do it.

1. Create a new memo
2. add a button to the memo with CREATE | HOTSPOT | BUTTON
3. use the following as your LotusScript for the button:

Sub Click(Source As Button)
Set session= New NotesSession
Set ws = New NotesUIWorkspace
Dim db As notesdatabase
Set db = session.currentdatabase
Set profile = db.GetProfileDocument("Archive Profile")
Call profile.remove(True)
Messagebox "Profile has been fixed." ,MB_OK, "Title"
End Sub

4. Now setup the Archive setting with all the defaults.... including the file in which to put the docs (you can always cut and paste them back to your mail file if you screw this up).... this process should create a a_USERNAME.nsf file under \notes\data\archive on your PC....whatever magic those of us in this thread have been missing out on is contained in that nsf file.

5. I had 500MB of mail in my old archive.nsf so I wrote an agent to "moveOut" of the old database as follow....
SIMPLEACTION
copy doc to \notes\data\archive\a_USERNAME.nsf
SIMPLEACTION
delete doc

This is by far the messiest thing I've ever had to do in Notes but I'm guessing that's the prices you pay as a BETA tester (which I believe is where this problem originates).

Here's another way to accomplish the archiver... sweet and simple.

The following will move any documents in the view as per your defined schedule to your archives database. Consult the Lotus Designer Help for details on each @formula. This particular example moves mail docs older than 6 months and calendar docs older than 1 week.

Setup a view with the following selection formula:
SELECT
(Form="Memo" &(PostedDate<=@Adjust(@Today;0;-6;0;0;0;0) ) ) |
(Form="Appointment" & (STARTDATETIME<= @Adjust(@Today;0;0;-1;0;0;0))) |
(Form="Notice" & (STARTDATETIME<=@Adjust(@Today;0;0;-1;0;0;0)))

Next create a scheduled agent to automagically run say weekly through that particular view and copy stuff to a different db (archivedmail.nsf) and then delete each doc in the view.

Simplicity is good.

--
Brett




ERROR: Archive database format erro... (~Keiko Zenjipyv... 28.Oct.02)
. . Same problem here (~Anita Quetrete... 28.Oct.02)
. . . . Two fixes (~Tate Eljumiter... 2.Nov.02)
. . RE: ERROR: Archive database format ... (~Manny Preresab... 2.Nov.02)
. . Archive database needs a new profil... (~Hal Fezresater... 5.Nov.02)
. . . . RE: Archive database needs a new pr... (~Manny Desamani... 6.Nov.02)
. . . . . . RE: Archive database needs a new pr... (~Hal Fezresater... 7.Nov.02)
. . . . . . . . RE: Archive database needs a new pr... (~Manny Desamani... 26.Nov.02)
. . . . . . . . . . RE: Archive database needs a new pr... (~Hal Fezresater... 27.Nov.02)
. . . . . . . . RE: Archive database needs a new pr... (~Hal Opkrobergl... 28.Jan.03)
. . . . . . . . RE: Archive database needs a new pr... (~Yentl Bubfanas... 7.Jan.03)
. . . . . . . . . . RE: Archive database needs a new pr... (~Hal Fezresater... 17.Jul.03)
. . . . . . . . RE: Archive database needs a new pr... (~Naomi Prekilyy... 16.Jul.03)
. . . . Deleting the profile in the Archive... (~Anita Quetrete... 19.Nov.02)
. . . . . . RE: Deleting the profile in the Arc... (~Arnold Retooko... 31.Jan.03)
. . . . RE: Archive database needs a new pr... (~Denise Elrevit... 21.Nov.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS